ASP.NET MVC コントロールヘルプ
InputBaseBuilder<TControl,TBuilder> クラス
メンバ 

C1.Web.Mvc アセンブリ > C1.Web.Mvc.Fluent 名前空間 : InputBaseBuilder<TControl,TBuilder> クラス
InputBase のビルダ。
オブジェクト モデル
InputBaseBuilder<TControl,TBuilder> クラス
シンタックス
'宣言
 
Public MustInherit Class InputBaseBuilder
    (Of TControl As InputBase,
     TBuilder As InputBaseBuilder(Of TControl,TBuilder)) 
   Inherits ControlBuilder(Of TControl,TBuilder)
public abstract class InputBaseBuilder<TControl,TBuilder> : ControlBuilder<TControl,TBuilder> 
where TControl: InputBase
where TBuilder: InputBaseBuilder<TControl,TBuilder>
型パラメータ
TControl
TBuilder
継承階層

System.Object
      C1.Web.Mvc.Fluent.BaseBuilder<TObject,TBuilder>
         C1.Web.Mvc.Fluent.ComponentBuilder<TControl,TBuilder>
            C1.Web.Mvc.Fluent.ControlBuilder<TControl,TBuilder>
               C1.Web.Mvc.Fluent.InputBaseBuilder<TControl,TBuilder>
                  C1.Web.Mvc.Fluent.CalendarBuilder
                  C1.Web.Mvc.Fluent.ColorPickerBuilder
                  C1.Web.Mvc.Fluent.FormInputBaseBuilder<TControl,TBuilder>

参照

InputBaseBuilder<TControl,TBuilder> メンバ
C1.Web.Mvc.Fluent 名前空間